home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_stringprep.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  2KB  |  46 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. from test.test_support import verify, vereq
  5. import sha
  6. import stringprep
  7. from stringprep import *
  8. verify(in_table_a1(u'\xc8\xa1'))
  9. verify(not in_table_a1(u'\xc8\xa2'))
  10. verify(in_table_b1(u'\xc2\xad'))
  11. verify(not in_table_b1(u'\xc2\xae'))
  12. verify(map_table_b2(u'A'), u'a')
  13. verify(map_table_b2(u'a'), u'a')
  14. verify(map_table_b3(u'A'), u'a')
  15. verify(map_table_b3(u'a'), u'a')
  16. verify(in_table_c11(u' '))
  17. verify(not in_table_c11(u'!'))
  18. verify(in_table_c12(u'\xc2\xa0'))
  19. verify(not in_table_c12(u'\xc2\xa1'))
  20. verify(in_table_c12(u'\xc2\xa0'))
  21. verify(not in_table_c12(u'\xc2\xa1'))
  22. verify(in_table_c11_c12(u'\xc2\xa0'))
  23. verify(not in_table_c11_c12(u'\xc2\xa1'))
  24. verify(in_table_c21(u'\x1f'))
  25. verify(not in_table_c21(u' '))
  26. verify(in_table_c22(u'\xc2\x9f'))
  27. verify(not in_table_c22(u'\xc2\xa0'))
  28. verify(in_table_c21_c22(u'\xc2\x9f'))
  29. verify(not in_table_c21_c22(u'\xc2\xa0'))
  30. verify(in_table_c3(u'\xee\x80\x80'))
  31. verify(not in_table_c3(u'\xef\xa4\x80'))
  32. verify(in_table_c4(u'\xef\xbf\xbf'))
  33. verify(not in_table_c4(u'\x00'))
  34. verify(in_table_c5(u'\xed\xa0\x80'))
  35. verify(not in_table_c5(u'\xed\x9f\xbf'))
  36. verify(in_table_c6(u'\xef\xbf\xb9'))
  37. verify(not in_table_c6(u'\xef\xbf\xbe'))
  38. verify(in_table_c7(u'\xe2\xbf\xb0'))
  39. verify(not in_table_c7(u'\xe2\xbf\xbc'))
  40. verify(in_table_c8(u'\xcd\x80'))
  41. verify(not in_table_c8(u'\xcd\x82'))
  42. verify(in_table_d1(u'\xd6\xbe'))
  43. verify(not in_table_d1(u'\xd6\xbf'))
  44. verify(in_table_d2(u'A'))
  45. verify(not in_table_d2(u'@'))
  46.